home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilcli / mscclcmd.lha / ERP.config < prev    next >
Text File  |  1995-11-13  |  2KB  |  53 lines

  1. ; EasyRequestPatch Config File. $VER: V1.5 (11-Nov-95).
  2. ;
  3. ; First supply the string to check for. Use dos patterns as you like to.
  4. ; Then a comma follows and a group of three numbers enclosed in brackets.
  5. ; There can be up to five groups for one string.
  6. ;
  7. ; The first number is a delay value in Vbls (=ticks) how long to wait
  8. ; before answering the requester with the specified button whichs number
  9. ; has to be placed in the second value. The third one represents the
  10. ; number of retries the button has to be pressed before proceeding with
  11. ; the next group.
  12. ;
  13. ; The gadget number is specified from the left to the right, starting
  14. ; with 1. ATTENTION: The most right gadget is always gadget 0.
  15. ;
  16. ; After each group has been tried, the original requester will be popped
  17. ; up.
  18. ;
  19. ; Summary:
  20. ; comparisionstring,(delay,gadget,retries),(delay,gadget,retries)...
  21. ;
  22. ; Additional notes:
  23. ; - Empty lines and lines beginning with a semicolon are ignored by
  24. ;   the parser.
  25. ; - Use quotes where required.
  26. ; - The following line will cancel *ALL* requesters immediately:
  27. ;   #?,(0,0,500)
  28.  
  29. ; NEW FOR VERSION 1.6:
  30. ; Configuration variables. Customize your logfile. All variables are
  31. ; CASE SENSITIVE! Do NOT change a variable if you don't now EXACTLY
  32. ; what you do!
  33.  
  34. ;@taskpri-20
  35. ;@remembertime500
  36. ;@checkdelay10
  37. ;@logupdatetime6000
  38.  
  39. @logdate- logtime+ logtaskname+ logreqtext+ maxtextlen40 textnospace+
  40.  
  41. ; These are some defaults for german system requesters
  42. ;#?Lesefehler#?,(5,-3,8),(1,1,5),(2,-3,50),(0,0,50)
  43. ;#?Prüfsummenfehler#?,(5,-3,8),(1,1,10),(2,-3,50),(5,0,50)
  44. ;#?Benötige#?,(1,0,100)
  45. ;#?Programmfehler#?,(3,-3,50),(250,-5,0)
  46.  
  47. ; Here are the english example strings:
  48. "#?read error#?",(5,-3,8),(1,1,5),(2,-3,50),(0,0,50)
  49. "#?checksum error#?",(5,-3,8),(1,1,10),(2,-3,50),(5,0,50)
  50. "#?insert volume#?",(1,0,100)
  51. "#?program failed#?",(3,-3,50),(250,-5,0)
  52.  
  53.